-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add install by zip #65
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you tested it with CentOS?
Glibc version in CentOS is too ancient... |
28ead0c
to
998cffc
Compare
Changed to RHEL9, tested on AWS. |
Signed-off-by: cutecutecat <junyuchen@tensorchord.ai>
998cffc
to
015e1fd
Compare
Ubuntu 20.04 provides GLIBC 2.31, and RHEL 9 provides GLIBC 2.34 so it's acceptable. I download the zip and find the minimal supported GLIBC version should be 2.29 for now. I think we should document it. Ref: |
Signed-off-by: cutecutecat <junyuchen@tensorchord.ai>
Close #57